Hello,

I am creating a custom video gallery to my site. I need to do the following:

1) I will have view, which will have Embedded video field and it should accept string(youtube video url) as a parameter and it should start playing the video based on the url

2) I will have few views in the same node, Is there any way to make a ajax call for step (1)? so that I don't have to refresh the page to play the video?

Is this something we can do it with emfield and combination of other modules? or any other way to achieve this functionality?

Thanks,

Comments

aaron’s picture

Status: Active » Fixed

yes. that's what embedded media field does.

1) install emfield, set up a field, add youtube as a provider.
2) create a view, check the 'ajax' box.

it will do precisely what you want.

priceline’s picture

But how do i pass the URL string to the emfield(in a separate view)?

Edit:
I am kind of stuck here:
http://tinyurl.com/ln7fo3

But I am not sure how do i play video in the center(center_video) upon clicking the right hand side video?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.